Object and Type
Object : FCApplication
Type : Method
Prototype
Public Sub Initialize()
Description
This method initializes the FCApplication, including:
· Reading the fc.env file
· Logging into the database
· Opening Log Files
· Caching schema data
· Caching meta-data
Example
The following example displays the schema revision of the database.
JavaScript:
The code in this example is written in JavaScript for inclusion in ASP pages.
var FCApp;
FCApp = new ActiveXObject("FCFL.fcapplication");
FCApp.WorkingDirectory = "C:\\inetpub\\wwwroot\\production";
FCApp.Initialize();